home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gMovNo
- if the castNum of sprite 11 > 280 then
- if the movieTime of sprite 11 = the duration of cast gMovNo then
- set the controller of cast gMovNo to 0
- set the castNum of sprite 10 to cast getAt(FlyList, 5)
- set the video of cast gMovNo to 0
- set the castNum of sprite 14 to 42
- set the castNum of sprite 11 to the number of cast getAt(FlyList, 6)
- set the castNum of sprite 8 to 23
- set the castNum of sprite 7 to 22
- set the castNum of sprite 6 to 21
- end if
- end if
- if the castNum of sprite 15 <> 11 then
- if the movieTime of sprite 15 = the duration of cast the castNum of sprite 15 then
- set the video of cast gMovNo to 0
- set the castNum of sprite 15 to 11
- set the castNum of sprite 10 to cast getAt(FlyList, 5)
- set the castNum of sprite 6 to 21
- set LtxtNo to the number of cast getAt(FlyList, 6)
- set the castNum of sprite 11 to LtxtNo
- set the castNum of sprite 14 to 42
- set the castNum of sprite 8 to 23
- set the castNum of sprite 7 to 22
- updateStage()
- end if
- end if
- go(the frame)
- end
-